home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000368_amos-request@svcs1.digex.net_Mon Sep 29 21:21:48 1997.msg < prev    next >
Text File  |  1997-10-01  |  3KB  |  77 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id VAA05961
  3.     for <mcox@access.digex.net>; Mon, 29 Sep 1997 21:21:45 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id OAA04308
  6.     for amos-out; Mon, 29 Sep 1997 14:37:34 -0400 (EDT)
  7. Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id OAA04305
  9.     for <amos-list@svcs1.digex.net>; Mon, 29 Sep 1997 14:37:33 -0400 (EDT)
  10. Received: from mago.agonet.it (root@mago.agonet.it [195.32.124.10])
  11.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id OAA08588
  12.     for <amos-list@access.digex.net>; Mon, 29 Sep 1997 14:37:29 -0400 (EDT)
  13. Received: from agonet.it (ghizzo@p126068.agonet.it [195.32.126.68])
  14.     by mago.agonet.it (8.8.5/8.8.5) with SMTP id UAA13055
  15.     for <amos-list@access.digex.net>; Mon, 29 Sep 1997 20:39:07 +0200
  16. From: Pietro Ghizzoni <ghizzo@agonet.it>
  17. Reply-To: Pietro Ghizzoni <ghizzo@agonet.it>
  18. To: Amos-List <amos-list@access.digex.net>
  19. Date: Mon, 29 Sep 1997 20:34:30 +0100
  20. Message-ID: <yam7211.1526.2015883248@mail.agonet.it>
  21. In-Reply-To: <yam7210.1893.3807440@mail.redrose.net>
  22. X-Mailer: YAM 1.3.4 - Amiga Mailer by Marcel Beck
  23. Organization: Dairymen Soft
  24. Subject: Re: Help
  25. MIME-Version: 1.0
  26. Content-Type: text/plain
  27. Status: O
  28. X-Status: 
  29.  
  30. On 28-Set-97, Mush wrote: Re: Help
  31.  
  32. >I know how to do it, but the way giark wanted to do it, was to make the lists
  33. >so that if the values underneath that were clicked, the program would be
  34. stored
  35. >with the right name. The method here will place a blank line in the array,
  36. and
  37. >mess up the GUI READ function.
  38.  
  39. >The mail I sent fully explained the problem, and the solution. I should do
  40. >this as one of the 1.63 examples.
  41.  
  42. Ah! Now i've understood the problem ;) And so i've created 2 new commands..
  43.  
  44. A=Gui Array(win,listview gadget)
  45.  
  46. it's the equivalent of Gui Read, but it returns the number of the array
  47. associated to the actual position of the specified listview.
  48.  
  49. and this:
  50.  
  51. A=Gui Array
  52.  
  53. it's the equivalent of Gui Code... but it returns the number of the array
  54. associated to the selected item of the listview.
  55.  
  56.  
  57. I hope this solve the problem ;)
  58.  
  59.  
  60. -- 
  61.  
  62.  
  63. Bye!
  64.  
  65.  
  66.                                      !!!
  67.                                      o o
  68.    +-----------------------------oOO-(_)-OOo----------------------------+
  69.    |                                                                    |
  70.    |  Pietro Ghizzoni - Dairymen Soft              __  /// Amiga 12OO   |
  71.    |     E-Mail:  ghizzo@agonet.it                 \\\/// 'O3O  5OMhz   |
  72.    |            Team AMIGA                          \/// 1OMB - CD4x    |
  73.    |                                                                    |
  74.    | Amos Professional Team Coordinator               AMIGA RULEZ!!     |
  75.    |                                                                    |
  76.    +--------------------------------------------------------------------+
  77.